home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / keno.swf / scripts / frame_4 / PlaceObject2_168_580 / CLIPACTIONRECORD onClipEvent(keyDown).as next >
Encoding:
Text File  |  2006-09-05  |  186 b   |  11 lines

  1. onClipEvent(keyDown){
  2.    if(Key.getCode() == Key.SPACE)
  3.    {
  4.       if(!a)
  5.       {
  6.          _root.Game.curBet = -1 * Math.abs(_root.Game.curBet);
  7.          a = 1;
  8.       }
  9.    }
  10. }
  11.